home *** CD-ROM | disk | FTP | other *** search
/ Mac Magazin/MacEasy 42 / Mac Magazin and MacEasy Magazine CD - Issue 42.iso / Software / Mobiles Büro / Newton / Accordian 1.0b / ADF Folder / HazardousWaste.adf < prev    next >
Text File  |  1997-02-06  |  1KB  |  28 lines

  1. //By Corinne R. at Rockwell <corinne@rpal.rockwell.com>
  2. //Hazmat Application  ...
  3. //Pretty dull, works fine on Macintosh, and fine except for Wt on PC
  4. application "HazMat" called "Hazardous Waste" with options {"nofolders"}
  5.  
  6. //Hazmat soup
  7. soup "HazMat:RUOK" called "HazardousSoup" of "HazMat"
  8.  
  9. overview "haz:action" called "By Action" of "HazMat:RUOK" queries "action"
  10. contains
  11.         {
  12.   column "Date" width 100 is timestamp
  13.   column "Action" width 100 is action
  14.   column "Inspector" width 100 is inspector
  15.         }
  16.  
  17. class "Materials" called "toplevel" of "HazMat:RUOK" contains
  18.         {
  19.         timestamp: datetime called "Date"
  20.         action: string called "Action"
  21.         inspector: string called "Inspector"
  22.         Materials: entry called "internals" contains {barcode: string
  23. called "Barcode"
  24. contents:string called "Contents"
  25.                                                     weight:integer called "Wt"
  26.                                                     containerType:  string
  27. called "Container"}
  28.         }